home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / utilities / monitors / scout / arexx / startup.scout < prev   
Text File  |  1995-12-13  |  479b  |  15 lines

  1. /**************************************************************************
  2.  *      This is an example ARexx script for Scout's STARTUP option.       *
  3.  *           Try:                                                         *
  4.  *                1> scout startup="arexx/startup.scout"                  *
  5.  **************************************************************************/
  6.  
  7. address 'SCOUT.1'
  8. options results
  9.  
  10. OpenWindow Ports
  11. OpenWindow Expansions
  12. OpenWindow Tasks
  13.  
  14. exit
  15.